*
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;

}

.body
{
    width: 100%;
    height: 100%;
    background-image: url(bg.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;

}

.form-box
{
    width: 380px;
    height: 480px;
    position: relative;
    margin: 6% auto;
    background: #d3ecfd;
    padding: 5px;
    overflow: hidden;
    border-radius: 10px;
}

.button-box
{
    width: 220px;
    height: 35px;
    position: relative;
    box-shadow: 0 0 20px 9px rgb(83, 197, 250);
    border-radius: 30px;

}

.toggle-btn
{
    padding: 10px 30px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
}

#btn
{
    top: 0;
    left: 0;
    position: absolute;
    width: 110px;
    height:100%;
    background: linear-gradient(to right, #2b6ec5,#69b8dd);
    border-radius: 30px;
    transition: .5s;
}

.Welcome
{
    
    margin: 40px auto;
    text-align: center;
}

/*.social-icons img
{
    width: 30px;
    margin: 0 12px;
    box-shadow: 0 0 20px 0 #7f7f7f3d;
    cursor: pointer;
    border-radius: 50%;

}
*/
.input-group
{
    top: 180px;
    position: absolute;
    width: 280px;
    transition: .5s;
}

.input-field
{
    width: 100%;
    padding: 10px 0;
    margin: 5px 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #999;
    outline: none;
    background: transparent;
}

.submit-btn
{
    width: 60%;
    height: 50%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    background: linear-gradient(120deg, #3498db, #8e44ad, #3498db);
    background-size: 200%;
    color: #000000;
    border: none;
    outline: none;
    border-radius: 30px;
    transition: .5s;
    
    
}

.submit-btn:hover
{
    background-position: right;
}

.check-box
{
    margin:30px 10px 30px 0;

}

span
{
    color: #777;
    font-size: 12px;
    bottom: 68px;
    position: absolute;
}

#login
{
    left: 50px;
}

#register
{
    left: 450px;
}

.rb
{
    text-decoration: none;
    color: #000000;
    padding: 5px 20px;
    border: 1px solid transparent;
    transition: 0.85s ease;
    border-radius: 50px;
}


.condition
{
    color: rgb(31, 107, 207);
}

.nm
{
    color: rgb(255, 0, 255);
    text-align: right;
}